﻿@charset "UTF-8";
.flex {
  display: -webkit-box;
  /* 老版本语法: Safari 3.1-6,  iOS 6-, Android browser, older WebKit browsers.  */
  display: -moz-box;
  /* 老版本语法: Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法： Chrome 21+ */
  display: flex;
  /* 新版本语法： Opera 12.1, Firefox 22+ */
}

.flex-v {
  /***兼容性写法***/
  -moz-box-orient: vertical;
  /* Firefox */
  -webkit-box-orient: vertical;
  /* Safari、Opera 以及 Chrome */
  box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  /* Safari */
  flex-direction: column;
}

.flex-align-center {
  /*老版本语法*/
  -webkit-box-align: center;
  -moz-box-align: center;
  /*混合版本语法*/
  -ms-flex-align: center;
  /*新版本语法*/
  -webkit-align-items: center;
  /* Safari */
  align-items: center;
}

.flex-align-start {
  /*老版本语法*/
  -webkit-box-align: start;
  -moz-box-align: start;
  /*混合版本语法*/
  -ms-flex-align: start;
  /*新版本语法*/
  -webkit-align-items: flex-start;
  /* Safari */
  align-items: flex-start;
}

.flex-align-end {
  /*老版本语法*/
  -webkit-box-align: end;
  -moz-box-align: end;
  /*混合版本语法*/
  -ms-flex-align: end;
  /*新版本语法*/
  -webkit-align-items: flex-end;
  /* Safari */
  align-items: flex-end;
}

.flex-pack-center {
  /*老版本语法*/
  -webkit-box-pack: center;
  -moz-box-pack: center;
  /*混合版本语法*/
  -ms-flex-pack: center;
  /*新版本语法*/
  -webkit-justify-content: center;
  /* Safari */
  justify-content: center;
}

.flex-pack-justify {
  /*老版本语法*/
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  /*混合版本语法*/
  -ms-flex-pack: justify;
  /*新版本语法*/
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
}

.flex-pack-distribute {
  /*混合版本语法*/
  -ms-flex-pack: distribute;
  /*新版本语法*/
  -webkit-justify-content: space-around;
  /* Safari */
  justify-content: space-around;
}

.flex-pack-start {
  /*老版本语法*/
  -webkit-box-pack: start;
  -moz-box-pack: start;
  /*混合版本语法*/
  -ms-flex-pack: start;
  /*新版本语法*/
  -webkit-justify-content: flex-start;
  /* Safari */
  justify-content: flex-start;
}

.flex-pack-end {
  /*老版本语法*/
  -webkit-box-pack: end;
  -moz-box-pack: end;
  /*混合版本语法*/
  -ms-flex-pack: end;
  /*新版本语法*/
  -webkit-justify-content: flex-end;
  /* Safari */
  justify-content: flex-end;
}

.scroll-scenes::-webkit-scrollbar {
  width: 3px;
}

.scroll-scenes::-webkit-scrollbar-thumb {
  width: 3px;
  height: 54px;
  background: #044489;
  background-clip: content-box;
}

.scroll-scenes::-webkit-scrollbar-track {
  border-radius: 5px;
  background: transparent;
}

.w1720 {
  width: 92%;
  max-width: 1720px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .w1550 {
    width: 93.3333%;
  }
}
main {
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
}

.swiper-button-disabled {
  cursor: no-drop !important;
}

.bold {
  font-family: 'Microsoft YaHei Light';
  font-weight: bold;
}

.fullimg {
  display: block;
  width: 100%;
}

html {
  font-size: 100px;
}

body {
  width: 100%;
  font-family: 'PingFang SC', 'Source Han Sans CN', '思源黑体', 'Microsoft YaHei';
  font-size: 16px;
}

@media screen and (max-width: 1700px) {
  html {
    font-size: 92px;
  }
}
@media screen and (max-width: 1536px) {
  html {
    font-size: 85px;
  }
}
@media screen and (max-width: 1373px) {
  html {
    font-size: 80px;
  }
}
@media screen and (max-width: 1280px) and (min-width: 751px) {
  html {
    font-size: 75px;
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: 13.33333333vw;
  }

  body {
    font-size: 0.28rem;
  }
}
.head-place {
  height: 120px;
  background: #1C1C1C;
}

header {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  background: #0B1E3F;
  width: 100%;
  height: 120px;
}
header .logo {
  float: left;
  display: block;
  padding: 30px 0 12px;
}
header .logo img {
  display: block;
  height: 55px;
}
header .head_tel{
	
}
header .head_tel span{
	display: flex;
	height: 40px;
	float: right;
	align-items: center;
	
}
header .head_tel span img{
	/* width: 40px; */
}
header .head_tel .wx{
	background: #0E3869;
	cursor: pointer;
	position: relative;
}
header .head_tel .wx .absolut{
	position: absolute;
	top: 45px;
	left: -60px;
	width: 300%;
	max-width: 300%;
	z-index: 99;
	display: none;
}
header .head_tel .wx:hover .absolut{
	display: block;
}
header .head_tel .tel{
	background: #1573CB;
	color: #fff;
	box-sizing: border-box;
	padding:0 0.2rem;
}
header nav {
  float: right;
}
header nav .lv1box {
  float: left;
  margin-left: 1rem;
  /* position: relative; */
  
}
header nav .lv1box:first-child {
  margin-left: 0;
}
header nav .lv1box .lv1 {
  display: block;
  padding: 30px 0;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  opacity: 0.8;
}
header nav .lv1box .lv1 img{
	vertical-align: middle;
}
header nav .lv1box:hover .lv1, header nav .lv1box.active .lv1 {
  opacity: 1;
  font-weight: bold;
}
header nav .lv1box .lv2box {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  transition: 0.4s all cubic-bezier(1, -0.6, 0.195, 0.34);
  -moz-transition: 0.4s all cubic-bezier(1, -0.6, 0.195, 0.34);
  -webkit-transition: 0.4s all cubic-bezier(1, -0.6, 0.195, 0.34);
  -o-transition: 0.4s all cubic-bezier(1, -0.6, 0.195, 0.34);
  -ms-transition: 0.4s all cubic-bezier(1, -0.6, 0.195, 0.34);
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  background-color: rgba(44,57,61,0.8);
  display: flex;
  justify-content: space-around;
  padding: 20px 1.5rem 30px;
  box-sizing: border-box;
  text-align: center;
}
header nav .lv1box .lv2box a {
  color: #fff;
  text-align: center;
  display: inline-block;
  padding: 8px;
  font-size: 16px;
}
header nav .lv1box .lv2box a span{
	font-size: 14px;
	padding: 10px 20px;
}
header nav .lv1box .lv2box a span div{
	height: 30px;
	width: 40px;
}
header nav .lv1box .lv2box a img{
	height: 0.28rem;
	width: auto;
	margin-top: 10px;
}
header nav .lv1box .lv2box_1{
	margin-bottom: 20px;
}
header nav .lv1box .lv3box{
	width: 20%;
}
/* header nav .lv1box .lv2box a:first-child {
  padding-top: 16px;
} */
/* header nav .lv1box .lv2box a:last-child {
  padding-bottom: 16px;
} */
header nav .lv1box .lv2box a:hover {
  /* text-decoration: underline; */
  color: #33A2A9;
}
header nav .lv1box .lv3box div a{
	font-size: 14px;
}
header nav .lv1box:hover .lv2box {
  visibility: visible;
  filter: alpha(opacity=100);
  opacity: 1;
}
@media screen and (max-width: 1650px) {
  header nav .lv1box {
    margin-left: 0.8rem;
  }
}
@media screen and (max-width: 1500px) {
  header nav .lv1box {
    margin-left: 0.5rem;
  }
}
@media screen and (max-width: 1220px) {
  header nav .lv1box {
    margin-left: 0.4rem;
  }
}
@media screen and (max-width: 1150px) {
  header nav .lv1box {
    margin-left: 0.25rem;
  }
}
@media screen and (max-width: 1070px) {
  header nav .lv1box {
    margin-left: 0.15rem;
  }
}
@media screen and (max-width: 1010px) {
  header nav .lv1box {
    margin-left: 0.1rem;
  }
}
@media screen and (max-width: 991px) {
  header {
    display: none;
  }
}

footer {
  position: relative;
  z-index: 333;
  /* background: url(../img/footbg.jpg) no-repeat top center; */
  background-size: cover;
  padding: 1rem 0 0.39rem;
}
footer .imgbox {
  position: absolute;
  top: -0.8rem;
  right: 5%;
}
footer .imgbox img {
  display: block;
  height: 1.92rem;
}
footer .top .left {
  float: left;
}
footer .top .left .ftlogo img {
  display: block;
}
footer .top .left .text {
  margin-top: 0.69rem;
  font-size: 18px;
  line-height: 40px;
}
footer .top .left .text .tit {
  font-weight: bold;
}
footer .top .right {
  float: right;
}
footer .top .right li {
  float: left;
  margin-left: 0.98rem;
}
@media screen and (max-width: 1700px) {
  footer .top .right li {
    margin-left: 0.6rem;
  }
}
@media screen and (max-width: 1445px) {
  footer .top .right li {
    margin-left: 0.2rem;
  }
}
@media screen and (max-width: 1210px) {
  footer .top .right li {
    margin-left: 0.05rem;
  }
  footer .top .left{
    width: 30%;
  }
}
footer .top .right li:first-child {
  margin-left: 0;
}
footer .top .right li .lv1 {
  display: block;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
}
footer .top .right li .lv1:hover {
  color: #C70024;
}
footer .top .right li .lv2box {
  padding-top: 0.2rem;
}
footer .top .right li .lv2box a {
  margin-top: 0.2rem;
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #666;
}
footer .top .right li .lv2box a:hover {
  color: #C70024;
}
footer .bot {
  margin-top: 1.2rem;
  padding: 0.22rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 12px;
  line-height: 26px;
}
footer .bot .copy {
  float: left;
  color: #999;
}
footer .bot .copy a {
  color: #999;
}
footer .bot .copy a:hover {
  color: #C70024;
}
footer .bot .technical {
  float: right;
}
footer .bot .technical a {
  display: inline-block;
  vertical-align: bottom;
  width: 80px;
  height: 26px;
  /* background: url(../img/logo-xghl.png) no-repeat center; */
  background-size: 80px 26px;
}

.head {
  display: none;
  position: fixed;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 999;
  height: 60px;
  background: #0B1E3F;
}

.head a {
  display: block;
  overflow: hidden;
  float: left;
  padding: 3px 0 0;
}

.head a img {
  display: block;
height:40px;
margin-top:8px;
}

.header-menu {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
}

.header-menu .line-group {
  position: absolute;
  width: 45px;
  height: 45px;
  right: 17px;
  top: 20px;
}

.header-menu .line-group .line {
  position: absolute;
  right: 0;
  top: 0;
  height: 3px;
  width: 26px;
  background: #67C2D4;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

.header-menu .line-group .line2 {
  width: 20px;
  top: 9px;
}

.header-menu .line-group .line3 {
  top: 18px;
}

.header-menu.open .line-group .line1 {
  width: 30px;
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
}

.header-menu.open .line-group .line2 {
  display: none;
}

.header-menu.open .line-group .line3 {
  width: 30px;
  top: 21px;
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -moz-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
}

#nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 888;
  background: rgba(0, 0, 0, 0.9);
  height: 100%;
  display: none;
}

#nav .list {
  position: relative;
  height: calc(100% - 61px - 1.1rem);
  padding: 61px 0.25rem 1.1rem;
  overflow-y: auto;
}

#nav .list ul {
  padding: 10px 0;
}

#nav .list ul li {
  font-size: 18px;
  /* line-height: 60px; */
  padding: 20px 0;
  border-bottom: solid 1px rgba(204, 204, 204, 0.6);
}

.footer-copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 1.08rem;
  padding: 0.4rem 0;
  width: 100%;
  height: auto;
  color: #333;
  background-color: white;
  font-size: 0.2rem;
}

.footer-copyright p {
  height: 0.5rem;
  line-height: 0.5rem;
}

.footer-copyright p .footer-logo {
  position: relative;
  top: 0.08rem;
  margin-left: 0.05rem;
  display: inline-block;
  width: 0.8rem;
  height: 0.26rem;
  /* background: no-repeat url("../img/logo-xghl.png") center; */
  background-size: contain;
}

.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 100%;
  height: 1.08rem;
  position: fixed;
  bottom: 0;
  background: #67C2D4;
  opacity: 0.9;
  z-index: 777;
}

.footer-nav a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  height: 100%;
  color: white;
  font-size: 0.24rem;
  text-align: center;
  line-height: 1.55rem;
  font-weight: bold;
}

.footer-nav a.footer-nav-map {
  background: url("../img/bottom_map.png") no-repeat center 0.12rem;
  background-size: 0.32rem 0.46rem;
}

.footer-nav a.footer-nav-tel {
  border-left: 0.025rem solid rgba(255, 255, 255, 0.7);
  border-right: 0.025rem solid rgba(255, 255, 255, 0.7);
  background: url("../img/bottom_tel.png") no-repeat center 0.17rem;
  background-size: 0.38rem;
}

.footer-nav a.footer-nav-top {
  background: url("../img/bottom_top.png") no-repeat center 0.26rem;
  background-size: 0.67rem 0.28rem;
}

.footer-nav.fixed {
  position: fixed;
}


.qr{
	position: fixed;
	right: 5px;
	z-index: 99999;
	width: 80px;
	padding: 10px 0;
	background-color: rgba(0,0,0, 0.5);
	border: 1px solid rgba(0,0,0, 0.5);
	border-radius: 7px;
	cursor: pointer;
	color: #fff;
	text-align: center;
	margin-top: 10px;
	font-size:0.16rem;
}
.qr img{
	display: block;
	margin: 0 auto;
	width: 40px;
	height: 40px;
}
.qr1{
	bottom: 545px;
	transition:all .3s;
}
.qr2{
	bottom: 450px;
}
.qr3{
	bottom: 355px;
}
.qr4{
	bottom: 260px;
}
.qr1:hover{
	width: 200px;
	text-align: left;
	padding:10px 20px;
}
.qr1:hover.qr1 img{
	margin: 0 !important;
	position: relative;
	left: 12px;
}
.qr1:hover:after{
	content: '400-399-377';
	position: absolute;
	right: 0;
	left: 50%;
	transform: translateY(-80%);
}
.qr2:hover .qr2before{
	display: block;
}
.qr3:hover .qr3before{
	display: block;
}
.qr4:hover .qr4before{
	display: block;
}
.qr2 .qr2before,.qr3 .qr3before,.qr4 .qr4before{
	position: absolute;
	left: -125px;
	top: 0;
	display: none;
}
.qr2before img,.qr3before img,.qr4before img{
	width: 120px;
	height: 120px;
}

.gotop {
  position: fixed;
  bottom: 200px;
  right: -70px;
  width: 50px;
  height: 50px;
  background-color: #1471D0;
  border: 1px solid #1471D0;
  border-radius: 7px;
  cursor: pointer;
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
  -webkit-transition: all .5s;
  transition: all .5s;
  z-index: 99999;
}
.gotop svg {
  position: absolute;
  top: 9px;
  right: 9px;
  transform: rotate(-90deg);
}

.gotop:hover {
  background-color: rgba(20,113,208, 0.8);
}

.gotop.active {
  right: 20px;
}

@media screen and (min-width: 992px) {
  #nav,
  .footer-copyright {
    display: none !important;
  }

  .footer-nav {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  header,
  footer {
    display: none;
  }

  .gotop,.qr {
    display: none;
  }

  .head {
    display: block;
  }

  .head-place {
    height: 60px;
  }
}

#nav .lv1box{
	color: #fff;
}
#nav .lv1box a{
	color: #fff;
}
#nav .lv1box .lv1 i{
	font-size: 24px;
	float: right;
	margin-right: 10px;
	color: #fff !important;
}
#nav .lv1box .lv2 p{
	padding: 20px 0 10px;
}
#nav .lv1box .lv2 img{
	width: 24px;
	vertical-align: middle;
}
#nav .lv1box .lv2 a{
	padding: 0 10px;
	display: inline-block;
	padding-bottom: 10px;
}

/* 箭头 */

.fa{
	display: inline-block;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-left-width: 0;
  border-bottom-width: 0;
  transform: rotate(45deg);
  position: relative;
  top: 6px;
}